'Declaration Public Function New( _ ByVal dataCollection As IDataCollection(Of Object), _ Optional ByVal useNullSentinel As Boolean, _ Optional ByVal notifiesReplaceAsReset As Boolean _ )
public C1DataCollectionBindingList( IDataCollection<object> dataCollection, bool useNullSentinel, bool notifiesReplaceAsReset )
Parameters
- dataCollection
- The data collection.
- useNullSentinel
- Specifies whether the collection indexer will return a sentinel when the underlying collection returns a null item.
- notifiesReplaceAsReset
- When set to true, will raise Reset notification for item changes instead of ItemChanged.